@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
    padding: 0;
    font-family: PingFang SC;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
    margin: 0;
    padding: 0;
}
a{
    text-decoration : none;
    color: #777777;
}
a:hover{
    text-decoration : none;
    color: #2c2c2c;
}
a:visited{
    text-decoration : none;
}
a:active{
    text-decoration : none;
}
a:link{
    text-decoration : none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3facfd;
}
::selection {
  background-color: #1e9fff;
  color: #fff;
}
::-moz-selection {
  background-color: #1e9fff;
  color: #fff;
}
::-webkit-selection {
  background-color: #1e9fff;
  color: #fff;
}

.w1300 {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}

.fr{
    float: right;
}
.fl{
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.f_direction-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_wrap {
    -webkit-box-pack: wrap;
    -ms-flex-pack: wrap;
    -webkit-justify-content: wrap;
    flex-wrap: wrap;
}

.f_justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.f_justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.f_justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.f_align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_align-between {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc_block {
    display: block;
}

.pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_table {
    display: table;
}

.pc_table_cell {
    display: table-cell;
}

.m_block,.m_flex,.m_table,.m_table_cell {
    display: none;
}

.b_color {
    background-color: #1e9fff;
}

@media screen and (min-width: 981px) {


.beat_div {
  --duration: 0.6s;
  --move-hover: -6px;
  cursor: pointer;
  transform: translateY(var(--y));
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

.beat_div span i:nth-child(1) {
  --d: 0.06s;
}
.beat_div span i:nth-child(2) {
  --d: 0.12s;
}
.beat_div span i:nth-child(3) {
  --d: 0.18s;
}
.beat_div span i:nth-child(4) {
  --d: 0.24s;
}
.beat_div span i:nth-child(5) {
  --d: 0.30s;
}
.beat_div span i:nth-child(6) {
  --d: 0.36s;
}
.beat_div span i:nth-child(7) {
  --d: 0.42s;
}
.beat_div span i:nth-child(8) {
  --d: 0.48s;
}
.beat_div span i:nth-child(9) {
  --d: 0.54s;
}
.beat_div span i:nth-child(10) {
  --d: 0.60s;
}
.beat_div span i:nth-child(11) {
  --d: 0.66s;
}
.beat_div span i:nth-child(12) {
  --d: 0.72s;
}
.beat_div span i:nth-child(13) {
  --d: 0.78s;
}
.beat_div span i:nth-child(14) {
  --d: 0.84s;
}
.beat_div span i:nth-child(15) {
  --d: 0.90s;
}
.beat_div span i:nth-child(16) {
  --d: 0.96s;
}
.beat_div span i:nth-child(17) {
  --d: 1.02s;
}
.beat_div span i:nth-child(18) {
  --d: 1.08s;
}
.beat_div span i:nth-child(19) {
  --d: 1.14s;
}
.beat_div span i:nth-child(20) {
  --d: 1.20s;
}

.beat_div span i {
    display: inline-block;
    font-style: unset;
}
.beat_div:hover {
  --move: -5px;
}
.beat_div span:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}

@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}

@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}

@keyframes tel-dynamic {
  0%,
  70%,
  100% {
    transform: rotate(0);
  }
  10%,
  30% {
    transform: rotate(-15deg);
  }
  20%,
  40% {
    transform: rotate(20deg);
  }
}
@-webkit-keyframes tel-dynamic {
  0%,
  70%,
  100% {
    transform: rotate(0);
  }
  10%,
  30% {
    transform: rotate(-15deg);
  }
  20%,
  40% {
    transform: rotate(20deg);
  }
}
@keyframes list_ico {
    0%,50%,100% {
        transform: translateY(-6px);
    }
    25%,75% {
        transform: translateY(6px);
    }
}
@-webkit-keyframes list_ico {
    0%,50%,100% {
        transform: translateY(-6px);
    }
    25%,75% {
        transform: translateY(6px);
    }
}

.header {
    height: 200px;
    position: relative;}

.header .top_welcome {
    line-height: 35px;
    color: #c5e5fd;
    text-align: right;
}

.header .head {
    position: relative;
    top: -35px;
}

.header .head_logo {}

.header .head_logo .logo {
    width: 200px;
}

.header .head_logo .logo img {
    width: 100%;
}

.header .head_logo .slogan {
    margin-left: 18px;
    margin-bottom: 12px;
}

.header .head_logo .slogan h2 {
    font-size: 20px;
    font-weight: 600;
}

.header .head_logo .slogan p {
    font-size: 16px;
    margin-top: 10px;
    color: #666666;
}

.header .head_logo .slogan h2 i {
    font-style: unset;
    padding: 0 5px;
}

.header .head_tel {}

.header .head_tel i {
    font-size: 50px;
    color: #1e9fff;
    -webkit-animation: tel-dynamic 2.2s linear infinite 0.8s;
    animation: tel-dynamic 2.2s linear infinite 0.8s;
}

.header .head_tel p {
    font-size: 16px;
    color: #666666;
    padding-left: 10px;
}

.header .head_tel p span {
    display: block;
    font-size: 24px;
    color: #333333;
}

.header .nav {
    position: absolute;
    bottom: -35px;
    z-index: 100;
    width: 100%;
    height: 70px;
}

.header .nav.nav_fixed {
    position: fixed;
    top: 0;
}

.header .nav .total_nav {
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 0.1);
    border-radius: 35px;
    padding: 0 35px;
}

.header .nav .total_nav>li {
    width: 12.5%;
    height: 70px;
    text-align: center;
    float: left;
    padding: 0 15px;
    position: relative;
}

.header .nav .total_nav>li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 70px;
    color: #333;
}

.header .nav .total_nav>li>a>i {
    transition: all 0.6s;
    width: 0;
    height: 3px;
    background: #1e9fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
}

.header .nav .total_nav>li.active>a,.header .nav .total_nav>li:hover >a {}

.header .nav .total_nav>li.active>a>i,.header .nav .total_nav>li:hover >a>i {
    width: 100px;
    margin-left: -50px;
    opacity: 1;
}

.header .nav .total_nav .nav_list {
    display: none;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.header .nav .total_nav .nav_list li {
    display: inline-block;
    width: auto;
    min-width: 100px;
    background: rgb(30 159 255 / 0.8);
    line-height: 40px;
    padding: 0px 10px;
}

.header .nav .total_nav .nav_list li a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s;
}

.header .nav .total_nav .nav_list li a:hover {
    transform: translateX(0.3em);
}

.banner .carousel-indicators li {
    background-color: #ffffff;
    opacity: 0.6;
}

.banner .carousel-indicators li.active {
    opacity: 1;
    background-color: #1e9fff;
    border-width: 2px;
}

.index_product {}

.index_product .index_product_tit {
    border-bottom: 1px solid #c3c3c3;
}

.index_product .index_product_tit .product_tit {
    height: 88px;
}

.index_product .product_tit li {
    width: 25%;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    height: 88px;
    margin-left: -1px;
}

.index_product .product_tit li a {
    display: block;
    transition: all 0.5s;
    background-color: #fff;
    width: 100%;
    height: 88px;
    border-top: 3px #ffffff solid;
    position: absolute;
    overflow: hidden;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    z-index: 20;
}

.index_product .product_tit li .name {
    font-size: 20px;
    line-height: 88px;
}

.index_product .product_tit li i {
    display: block;
    margin: 10px auto;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid;
    color: #a6a6a6;
}

.index_product .product_tit li:hover {
    /* overflow: unset; */
}

.index_product .product_tit li:hover a {
    border-top: 3px #1e9fff solid;
    height: 150px;
    transform: translateY(-62px);
}

.index_product .product_list {
    padding: 50px 0 80px;
}

.index_product .product_list ul {}

.index_product .product_list li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 26px;
    overflow: hidden;
}

.index_product .product_list li:nth-child(4n) {
    margin-right: 0;
}

.index_product .product_list li a {
    position: relative;
    display: block;
}

.index_product .product_list li .img {}

.index_product .product_list li .img img {
    width: 100%;
    transform: scale(1.1);
    transition: all 0.6s;
}

.index_product .product_list li .img .frame {
    display: block;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 70%;
    border: solid 1px #ffffff;
    transition: all 0.3s ease-out;
    opacity: 1;
    z-index: 2;
}

.index_product .product_list li .img .frame_h {
    display: block;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 70%;
    border: solid 1px #3ca3ef;
    transition: all 0.8s ease-out;
    transform: scale(0.66) rotate(-20deg);
    opacity: 0;
    z-index: 2;
}

.index_product .product_list li .name {
    position: absolute;
    left: 5%;
    bottom: 5%;
    background: #fff;
    width: 90%;
    transition: all 0.5s;
}

.index_product .product_list li .name .dyeing {
    position: absolute;
    left: 0;
    top: 0;
    background: #3ca3ef;
    width: 0;
    height: 45px;
    -webkit-transition: ease-in-out 0.8s;
    transition: ease-in-out 0.8s;
}

.index_product .product_list li .name p {
    position: relative;
    line-height: 45px;
    padding: 0 35px 0 8px;
    font-size: 13px;
    width: 100%;
    transition: all 0.4s;
}

.index_product .product_list li .name i {
    font-size: 12px;
    position: absolute;
    right: 10px;
    line-height: 45px;
    transition: all 0.8s;
}

.index_product .product_list li:hover .img {

}

.index_product .product_list li:hover .img img {
    transform: scale(1);
}

.index_product .product_list li:hover .img .frame {
    transition: all 0.8s ease-out;
    transform: scale(0.66) rotate(20deg);
    opacity: 0;
}

.index_product .product_list li:hover .img .frame_h {
    transition: all 0.3s ease-out;
    transform: scale(1) rotate(0);
    opacity: 1;
}

.index_product .product_list li:hover .name .dyeing {
    width: 100%;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
}

.index_product .product_list li:hover .name p {
    color: #fff;
    transition: all 0.1s;
}

.index_product .product_list li:hover .name i {
    color: #fff;
    transition: all 0.6s;
}

.advantages {
    position: relative;
    background: url(../images/advantages_bd.jpg) center 0 no-repeat;
    padding: 50px 0 80px;
}

.advantages .title {
    text-align: center;
    padding-bottom: 40px;
}

.advantages .title .en {
    font-size: 48px;
    color: #ffffff;
    line-height: 1.4;
}

.advantages .title .en i {
    color: #FF9800;
    font-size: 70px;
    padding-right: 5px;
}

.advantages .title .cn {
    font-size: 30px;
    color: #fff;
}

.advantages .a_label {
    width: 18%;
}

.advantages .a_label ul {}

.advantages .a_label li {
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin-top: -1px;
    padding: 10px 0 20px;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #ff9800, #f20f21);
    background-size: 0% 100%;
    background-position: center center;
    cursor: pointer;
}

.advantages .a_label li .num {
    font-size: 36px;
    line-height: 1.8;
}

.advantages .a_label li .tit {
    font-size: 20px;
}

.advantages .a_label li.current {
  transition: all 0.8s;
  background-size: 100% 100%;
  transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
  border-color: #ff9800;
}


.advantages .a_label .a_contact {
    padding-top: 50px;
}

.advantages .a_label .a_contact .on-line {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #ff9800, #f20f21);
    transition: all 0.5s;
    background-size: 0% 100%;
    background-position: center center;
    letter-spacing: 3px;
}


.advantages .a_label .a_contact .on-line:hover {
    transition: all 0.8s;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
    color: #fff;
}


.advantages .a_label .a_contact .tel {
    color: #fff;
    padding-top: 15px;
    text-align: center;
}

.advantages .a_label .a_contact .tel i {
    font-size: 20px;
}

.advantages .a_label .a_contact .tel span {
    font-size: 24px;
}

.advantages .a_info {
    width: 78%;
}

.advantages .a_info .company {color: #fff;padding-top: 38px;}

.advantages .a_info .company .company_name {
    width: 600px;
    text-align: center;
    font-size: 20px;
}

.advantages .a_info .company .company_name h3 {
    display: inline-block;
    font-size: 30px;
    padding-right: 10px;
}

.advantages .a_info .company .reason {
    width: 600px;
    height: 38px;
    background-color: #f20f21;
    margin-top: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 4px;
}



.advantages .a_info .item_img {
    width: 48%;
}

.advantages .a_info .item_info {
    width: 48%;
    color: #fff;
    padding-top: 30px;
}

.advantages .a_info .item_info h4 {
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 20px;
}

.advantages .a_info .item_info h4 span {
    font-size: 44px;
    position: absolute;
    left: -28px;
    top: -55px;
}

.advantages .a_info .item_info .text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
}

.advantages .a_info .slide-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 43%;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #fff;
}

.advantages .a_info .slide-next {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 34%;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #fff;
}

.advantages .a_info .slide-prev::before {
    font-size: 17px;
}

.advantages .a_info .slide-next::before {
    font-size: 17px;
}

.advantages .a_info .slide-prev:hover,.advantages .a_info .slide-next:hover {
    background: #FF9800;
    color: #fff;
}

.index_case {
    padding: 50px 0 80px;
}

.index_case .title {
    text-align: center;
    padding-bottom: 40px;
}

.index_case .title a {
    color: #333;
}

.index_case .title .en {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.4;
    color: #616161;
}

.index_case .title .cn {
    font-size: 32px;
    line-height: 1.3;
    color: #616161;
}

.index_case .title i {
    display: inline-block;
    background: #3ca3ef;
    margin: 12px auto;
    border-radius: 2.5px;
    width: 40px;
    height: 5px;
    transition: all 0.5s;
}

.index_case .title a:hover i {
    width: 80px;
}

.index_case .case_list {}

.index_case .case_list ul {}

.index_case .case_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 26px;
    overflow: hidden;
}

.index_case .case_list li:nth-child(3n) {
    margin-right: 0;
}

.index_case .case_list li a {
    display: block;
    position: relative;
}

.index_case .case_list li .img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index_case .case_list li .img img {
    width: 100%;
    transition: all 0.6s;
}

.index_case .case_list li .info {
    background-color: #f8f8f8;
    padding: 26px 36px 36px;
    transition: all 0.5s ease-out;
    text-align: center;
    border-bottom: 5px solid #d3d3d3;
}

.index_case .case_list li .info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    color: #333;
    transition: all 0.3s;
    padding-bottom: 10px;
}

.index_case .case_list li .info p {
    line-height: 26px;
    font-size: 15px;
    color: #666666;
}

.index_case .case_list li i {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 0;
    background: #3ba1ec;
    transition: all 0.6s;
}

.index_case .case_list li:hover .img img {
    transform: scale(1.1);
}

.index_case .case_list li .info h3:hover {
    color: #0a7fdd;
    transform: translateX(0.3em);
}

.index_case .case_list li:hover i {
    left: 0;
    width: 100%;
}

.index_about {
    padding: 50px 0 80px;
    background-image: url(../images/about_bd.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.index_about .index_about_content {
    width: 50%;
    padding-left: 5%;
    margin-left: 50%;
}

.index_about .title {}

.index_about .title .en {
    font-size: 48px;
    line-height: 2;
    color: #3ca3ef;
}

.index_about .title .cn {
    font-size: 32px;
    line-height: 1;
}

.index_about .title i {
    display: inline-block;
    background: #3ca3ef;
    margin: 32px auto;
    border-radius: 2.5px;
    width: 60px;
    height: 5px;
}

.index_about .info {}

.index_about .info p {
    line-height: 2;
    font-size: 16px;
    color: #666666;
}

.index_about .info .info_link {
    padding-top: 30px;
}

.index_about .info .info_link a {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 5px;
    background: #c7c7c7;
    color: #fff;
    padding: 20px 0;
    transition: all 0.3s;
}

.index_about .info .info_link a>i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    background: url(../images/about1.png) center center no-repeat;
}

.index_about .info .info_link a span {
    font-size: 15px;
}

.index_about .info .info_link .dyeing {
    margin-right: 30px;
    background: #187bcc;
}

.index_about .info .info_link .dyeing>i {
    background-image: url(../images/about2.png);
}

.index_about .info .info_link a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 15px -8px rgb(24 123 204 / 0.5);
    background:#187bcc

}

.index_news {
    padding: 80px 0;
}

.index_news .title {
    text-align: center;
    padding-bottom: 40px;
}

.index_news .title a {
    color: #333;
}

.index_news .title .en {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.4;
}

.index_news .title .cn {
    font-size: 32px;
    line-height: 1.3;
}

.index_news .title i {
    display: inline-block;
    background: #3ca3ef;
    margin: 12px auto;
    border-radius: 2.5px;
    width: 40px;
    height: 5px;
    transition: all 0.5s;
}

.index_news .title a:hover i {
    width: 80px;
}


.index_news .news_tit {}

.index_news .news_tit ul {
    position: relative;
    border-bottom: 1px solid #dddd;
    margin-bottom: 30px;
}

.index_news .news_tit ul li {
    display: inline-block;
    margin-right: 46px;
    padding-bottom: 10px;
    color: #333;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #3ca3ef, #3ca3ef);
    transition: all 0.5s;
    background-size: 0% 2px;
    background-position: left bottom;
    cursor: pointer;
}

.index_news .news_tit ul li b {
    font-size: 18px;
    padding: 0 8px;
}

.index_news .news_tit ul li a {
    display: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    color: #878787;
}

.index_news .news_tit ul li a span {}

.index_news .news_tit ul li.current {
    color: #3ca3ef;
    background-size: 100% 2px;
}

.index_news .news_tit ul li.current b {}

.index_news .news_tit ul li.current a {
    display: block;
}

.index_news 
 .news_list {}

.index_news .news_list .recommend {
    width: 45%;
}

.index_news .news_list .recommend .item_img {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}

.index_news .news_list .recommend .item_img img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.index_news .news_list .recommend:hover .item_img img {
    transform: scale(1);
}

.index_news .news_list .recommend .item_img .date {
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #fff;
    padding: 5px 16px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.index_news .news_list .recommend .item_img .date span {
    padding-left: 16px;
    border-left: 1px solid #a4a4a4;
    margin-left: 16px;
    font-size: 14px;
}

.index_news .news_list .recommend .info {
    padding: 22px 0 36px;
    position: relative;
    width: 100%;
}

.index_news .news_list .recommend .info h3 {
    color: #333;
    font-size: 18px;
    line-height: 2;
    transition: all 0.3s;
}

.index_news .news_list .recommend .info h3:hover {
    color: #3ba1ec;
    transform: translateX(10px);
}

.index_news .news_list .recommend .info p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0 6px;
    height: 62px;
}

.index_news .news_list .recommend .info b {
    color: #333;
    position: relative;
    float: right;
}

.index_news .news_list .recommend .info b:hover {
  color: #3a9fe9
}

.index_news .news_list ul {
    width: 50%;
}

.index_news .news_list li {}

.index_news .news_list li a {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #3ba1ec, #3ba1ec);
    background-size: 0% 100%;
    background-position: left center;
}

.index_news .news_list li .date {
    width: 18%;
    font-size: 38px;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #dadada;
    margin: 20px 2% 20px 0;
    transition: all 0.5s;
}

.index_news .news_list li .date span {
    display: block;
    font-size: 14px;
    transition: all 0.2s;
}

.index_news .news_list li .info {
    width: 80%;
    padding: 20px;
}

.index_news .news_list li .info h3 {
    font-size: 18px;
    padding: 6px 0 15px;
    color: #333;
    transition: all 0.5s;
}

.index_news .news_list li .info p {
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    transition: all 0.5s;
}

.index_news .news_list li a:hover {
    transition: all 0.8s;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
}

.index_news .news_list li a:hover .date,.index_news .news_list li a:hover .date span {
    color: #fff;
    transition: all 0.3s;
}

.index_news .news_list li a:hover .info h3,.index_news .news_list li a:hover .info p {
    color: #fff;
    transition: all 0.8s;
}

.index_news .news_tit2 {
    position: relative;
    border-bottom: 1px solid #dddd;
    margin-bottom: 30px;
}

.index_news .news_tit2 b {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px 8px;
    color: #3ca3ef;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #3ca3ef, #3ca3ef);
    background-position: left bottom;
    background-size: 100% 2px;
}

.index_news .news_tit2 a {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    color: #878787;
}

.index_news .news_list2 {}

.index_news .news_list2 li {}

.index_news .news_list2 li a {display: block;position: relative;background-color: #f8f8f8;padding: 27px 30px 0;height: 150px;}

.index_news .news_list2 li .ask {
    font-size: 18px;
    line-height: 2;
    padding-left: 40px;
    background: url(../images/ask.png) no-repeat;
    background-position: left 9px;
    background-size: 20px 20px;
    transition: all 0.3s;
    z-index: 2;
    position: relative;
}

.index_news .news_list2 li .answer {
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    color: #666666;
    background: url(../images/answer.png) no-repeat;
    background-position: left 4px;
    background-size: 20px 20px;
    z-index: 1;
}

.index_news .news_list2 li .up { left: 0; top: 0; border-top: 3px solid rgb(61 163 239);}
.index_news .news_list2 li .down { right: 0; bottom: 0; border-bottom: 3px solid rgb(61 163 239);}
.index_news .news_list2 li .left  { left: 0; bottom: 0; border-left: 3px solid rgb(60 163 239);}
.index_news .news_list2 li .right { right: 0; top: 0; border-right: 3px solid rgb(61 163 239);}
.index_news .news_list2 li i { display: block; width: 0; height: 0; position: absolute; transition: ease .65s;}

.index_news .news_list2 li a:hover .ask {
    color: #0a7fdd;
}

.index_news .news_list2 li a:hover i {
    width: 100% ;
    height: 100%;
    visibility: visible;
}

.index_news .news_list2 li a .ask:hover {
    padding-left: 46px;
}


.link {
    padding: 0 0 60px;
}

.link .link_title {}

.link .link_title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #3ca4f1;
    text-align: left;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
}

.link .link_list {
    flex: 3;
}

.link .link_list a {
    font-size: 14px;
    line-height: 2.2;
    color: #5a5a5a;
    padding-right: 10px;
    transition: all 0.3s;
    display: inline-block;
}

.link .link_list a:hover {
    color: #3ba2ee;
    transform: translateX(0.3em);
}

.footer {}

.footer .f_message {
    background: url(../images/f_message_bd.jpg) no-repeat center top;
    padding-bottom: 22px;
}

.f_message .title {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.f_message .title h3 {
    display: inline-block;
    padding-right: 8px;
    font-size: 28px;
}

.f_message .title span {
    padding-left: 8px;
    font-size: 20px;
}

.f_message .message_box {}

.f_message .message_box .item {
    width: 20%;
}

.f_message .message_box .item input {
    display: inline-block;
    width: 100%;
    height: 42px;
    background-color: #f5f8fb;
    border-radius: 3px;
    border: none;
    line-height: 42px;
    padding: 0 16px;
    color: #333;
}

.f_message .message_box .item input:focus {
    outline: none;
    box-shadow: 0px 0px 5px 5px rgb(60 164 241 / 30%);
}


.f_message .message_box button.submitform {
    display: block;
    float: right;
    width: 120px;
    height: 42px;
    background-color: #3ca4f1;
    border-radius: 3px;
    border: none;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.f_message .message_box .item img {
    width: 46%;
    height: 42px;
    border-radius: 3px;
}

.f_message .message_box .item input.code {
    width: 48%;
    margin-right: 4%;
}

.f_message .message_box button.submitform b,.f_message .message_box button.submitform b span {
    display: block;
}

.footer .f_content {
    background: url(../images/f_content_bd.jpg) center top;
}

.footer .f_content .f_nav {
    background: url(../images/f_nav_bd.jpg) center top;
    max-width: 1500px;
    margin: 0 auto;
}

.f_content .f_nav .f_contact {
    color: #fff;
    width: 28%;
}

.f_content .f_nav .f_contact .title {
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    padding-bottom: 30px;
}

.f_content .f_nav .f_contact .item {
    color: #eeeeee;
    line-height: 1.6;
    font-size: 15px;
    padding-bottom: 20px;
}

.f_content .f_nav .f_contact .item i {
    padding-right: 6px;
}

.f_content .f_nav .f_nav_item {
    color: #fff;
    padding-left: 30px;
    width: 18%;
}

.f_content .f_nav .f_nav_item .title {
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    padding-bottom: 30px;
}

.f_content .f_nav .f_nav_item a {
    display: block;
    color: #c5c5c5;
    line-height: 1.6;
    padding-bottom: 20px;
    font-size: 15px;
    transition: all 0.5s;
}

.f_content .f_nav .f_nav_item a:hover {
    color: #fff;
    transform: translateX(0.1rem);
}

.f_content .f_nav .secondary_nav {
    padding: 15px 0 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}

.f_content .f_nav .secondary_nav a {
    color: #fff;
    padding: 0 3px;
}

.f_content .f_copyright {
    padding: 25px 0;
}

.f_content .f_copyright p {
    text-align: center;
    color: #e3e3e3;
    font-size: 14px;
}

.f_content .f_copyright p a {
    color: #e3e3e3;
}

.breadcrumb {
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
}

.breadcrumb i {
    font-size: 14px;
    color: #1e9fff;
    padding-right: 5px;
}

.breadcrumb a {
    color: #a0a0a0;
    font-size: 14px;
}

.breadcrumb span {
    color: #a0a0a0;
    padding: 0 5px;
}

.breadcrumb a:hover {
    color: #1e9fff;
}

.page {}

.page .page_side_nav {
    background: url(../images/page_side_nav.jpg) no-repeat center top;
    padding: 30px 0;
}

.page .page_side_nav .title {
    font-size: 22px;
    color: #333;
    line-height: 1.8;
    width: 25%;
    max-width: 250px;
}

.page .page_side_nav .title i {
    color: #8c8c8c;
    font-size: 28px;
    padding-right: 14px;
}

.page .page_side_nav ul {
    width: 75%;
    padding-left: 3%;
}

.page .page_side_nav li {
    width: 18%;
    max-width: 140px;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    background: #fff;
    margin-right: 2%;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #3ba1ec, #3ba1ec);
    background-size: 0% 100%;
    background-position: left center;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.page .page_side_nav li a {display: block;color: #333;transition: all 0.5s;}

.page .page_side_nav li i {
    color: #ddd;
    padding-right: 6px;
}

.page .page_side_nav li.active,.page .page_side_nav li:hover {
    transition: all 0.8s;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
    border: 1px solid #229bf4;
}

.page .page_side_nav li.active a,.page .page_side_nav li:hover a {
    color: #fff;
    transition: all 0.5s;
}

.page .page_side_nav li.active i,.page .page_side_nav li:hover i {
    color: #fff;
}

.page .page_content {
    padding: 35px 0 80px;
}

.page .page_content h1.title {font-size: 28px;color: #333;padding-bottom: 16px;margin-bottom: 18px;text-align: center;position: relative;}

.page .page_content p {
    line-height: 1.8;
    font-size: 16px;
    color: #666;
    padding-bottom: 5px;
}

.page .page_content a {
    color: #333;
}

.page .page_content img {
    max-width: 100%;
    padding: 12px 0;
}

.page .page_content a:hover {
    color: #3ba1ec;
}

.page .page_content h1.title:after {content: "";position: absolute;width: 76px;height: 1px;background: #e6e6e6;bottom: 0;left: 50%;margin-left: -38px;}

.page_content .list {
    padding: 50px 30px;
}

.page_content .list ul {}

.page_content .list li {
    width: 33.333%;
    text-align: center;
    padding: 30px 20px 50px;
}

.page_content .list li.lr_frame {
    border-right: 1px solid #dededd;
    border-left: 1px solid #dededd;
}

.page_content .list li i {
    display: block;
    font-size: 50px;
    color: #a2a2a2;
    margin: 0 auto 20px;
    animation: list_ico linear 3.5s infinite alternate;
}

.page_content .list li b {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #666;
}

.page_content .list li p {
    font-size: 16px;
    line-height: 1.4;
}

.page_message {
    padding-bottom: 80px;
}

.page_message .message_box {
    border: 4px solid #f2f2f2;
    overflow: hidden;
    padding: 30px;
}

.page_message .message_box .contact_us {
    width: 50%;
    padding: 30px;
    border-right: 1px solid #f2f2f2;
}

.page_message .message_box .contact_us .title {
    font-size: 24px;
    font-weight: 600;
    color: #666;
}

.page_message .message_box .contact_us .url {
    font-size: 20px;
    font-weight: 600;
    color: #666;
    padding-bottom: 10px;
}

.page_message .message_box .contact_us p {
    color: #999;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 15px;
}

.page_message .message_box .contact_us span {
    display: inline-block;
    padding-left: 8px;
    width: 90px;
    text-align: justify;
    text-align-last: justify;
}

.page_message .message_box .contact_us img {
    width: 180px;
    height: 180px;
}

.page_message .message_box .message_content {
    width: 50%;
    padding-left: 30px;
    padding-top: 30px;
}

.page_message .message_box .message_content .title {font-size: 24px;font-weight: 600;color: #666;margin-bottom: 20px;}

.page_message .message_box .message_content .item {
    padding-bottom: 20px;
}

.page_message .message_box .message_content .item input {
    width: 48%;
    border: 1px solid #dededd;
    line-height: 32px;
    padding: 0px 8px;
    border-radius: 5px;
}

.page_message .message_box .message_content .item textarea {
    width: 100%;
    border: 1px solid #dededd;
    line-height: 32px;
    padding: 8px;
    border-radius: 5px;
    resize: none;
    height: 144px;
}

.page_message .message_box .message_content .item .code {
    width: 60%;
}

.page_message .message_box .message_content .item img {
    width: 40%;
    height: 34px;
    margin-left: 14px;
}

.page_message .message_box .message_content button {
    width: 120px;
    outline: none;
    background: #9E9E9E;
    color: #ffffff;
    height: 36px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin-left: 14px;
}

.page_message .message_box .message_content .submitform {
    background: #FFC107;
    margin-left: 0;
}

.page_message .message_box .message_content .item input:focus,.page_message .message_box .message_content .item textarea:focus {
    outline: none;
    box-shadow: 0px 0px 8px 1px rgb(33 150 243 / 20%);
    border-color: #fff;
}

.page_message .baidu_api {}

.page_message .baidu_api .title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #666;
}

.page_message .baidu_api .baiduapi {
    padding: 20px;
    border: 16px solid #f2f2f2;
}


div#dituContent {
    width: 100%;
    height: 400px;
}

div#dituContent * {
    box-sizing: content-box;
}

div#dituContent label {
    max-width: none;
}

.category {
    padding: 30px 0 80px;
}

.category .article_side_nav {
    max-width: 250px;
    width: 24%;
}

.category .article_side_nav .list_category {}

.category .article_side_nav .list_category .title {
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 10px 0 20px;
    color: #fff;
    background: url(../images/list_category_bd.png) no-repeat center center;
    background-size: 250px;
    background-color: #1e9fff;
    position: relative;
}


.category .article_side_nav .list_category .title i {
    display: block;
    font-size: 30px;
    line-height: 2;
}

.category .article_side_nav .list_category .title .cn {
    font-size: 22px;
    line-height: 1.5;
}

.category .article_side_nav .list_category .title .en {
    font-size: 20px;
    line-height: 1.5;
}

.category .article_side_nav .list_category ul {}

.category .article_side_nav .list_category li {
    margin-top: 1px;
    margin-bottom: 5px;
    background: #f5f5f5;
}

.category .article_side_nav .list_category li a{
    display: block;
    font-size: 16px;
    padding: 15px;
    color: #414141;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #27a3ff, #4bb2ff);
    background-size: 0% 100%;
    background-position: left center;
}

.category .article_side_nav .list_category li.active a,.category .article_side_nav .list_category li:hover a{
    transition: all 0.8s;
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
    color: #fff;
}


.category .list_ul {
    margin-top: 30px;
}

.category .list_ul .title {
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    line-height: 48px;
    background: url(../images/list_category_bd.png) no-repeat left;
    background-color: #27a3ff;
}

.category .list_ul .title i {
    padding-right: 6px;
}

.category .list_recom_a {
    border: 1px solid #e2e2e2;
}

.category .list_recom_a li {
    padding: 0 14px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px dotted #e2e2e2;
}

.category .list_recom_a li a {
    color: #666;
    transition: all 0.3s;
    display: block;
}

.category .list_recom_a li i {
    padding-right: 8px;
}


.category .list_recom_a li a:hover {
    color: #3ba1ec;
    transform: translateX(6px);
}

.category .list_recom_p {
    border: 1px solid #e2e2e2;
}

.category .list_recom_p li {
    border-bottom: 1px dotted #e2e2e2;
    padding: 15px 15px 0;
}

.category .list_recom_p a {display: block;}

.category .list_recom_p .img {
    height: 130px;
    overflow: hidden;
}

.category .list_recom_p .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.5s;
}

.category .list_recom_p .name {
    padding: 0 8px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
}

.category .list_recom_p a .img img:hover {
    transform: scale(1);
}

.category .list_recom_p a .name:hover {
    color: #3ba1ec;
    transform: translateX(6px);
}

.category .list_tags {
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.category .list_tags li {
    max-width: 47%;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 1%;
}

.category .list_tags a {
    color: #777;
    display: block;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    transition: all 0.3s;
}

.category .list_tags a:hover {
    color: #fff;
    border: 1px solid #2fa7ff;
    border-radius: 4px;
    background: #2fa7ff;
}

.category .article_list {
    max-width: 1000px;
    width: 74%;
}

.category .article_list ul {}

.category .article_list li {
    width: 100%;
    padding: 20px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}

.category .article_list li .article_img {
    width: 26%;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.category .article_list li .article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    transform: scale(1.1);
    transition: all 0.3s;
}

.category .article_list li .article_img:hover img {
    transform: scale(1);
}

.category .article_list li .article_img:after {
    content:"";
    display:block;
    position:absolute;
    left:8px;
    top:8px;
    z-index:2;
    width:calc( 100% - 16px );
    height:calc( 100% - 16px );
    border:solid 1px #1e9fff;
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    -webkit-transform:scale(0.8) rotate(-15deg);
    -moz-transform:scale(0.8) rotate(-15deg);
    -o-transform:scale(0.8) rotate(-15deg);
    transform:scale(0.8) rotate(-15deg);
    opacity:0;
    filter:alpha(opacity=0);
}
.category .article_list li .article_img:hover:after {
    -webkit-transform:scale(1) rotate(0);
    -moz-transform:scale(1) rotate(0);
    -o-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0);
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
}

.category .article_list li .article_item {
    width: 71%;
}

.category .article_list li .article_item .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    color: #555555;
    transition: all 0.3s;
}

.category .article_list li a .article_item .name:hover {
    color: #1e9fff;
}

.category .article_list li .article_item .time,.category .article_list li .article_item .view {
    font-size: 12px;
    line-height: 2;
    color: #777777;
    display: inline-block;
    width: 48%;
    padding-top: 5px;
}

.category .article_list li .article_item .view {
    text-align: right;
}

.category .article_list li .article_item .time i, .category .article_list li .article_item .view i {
    padding-right: 5px;
}

.category .article_list li .article_item .info {
    font-size: 15px;
    line-height: 1.6;
    color: #999;
}


.pages {
    text-align: center;
}

.pages a {
    display: inline-block;
    border: 1px solid #ededed;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 8px;
    margin: 0 3px;
    transition: all 0.3s;
}

.pages a.left,.pages a.right {}

.pages a.left i, .pages a.right i {}

.pages a.active,.pages a:hover {
    background-color: #1e9fff;
    border-color: #1e9fff;
    color: #ffffff;
}

.category .article_info {
    max-width: 1000px;
    width: 74%;
    padding: 35px 20px;
}

.category .article_info .title {
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.category .article_info .release_data {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 24px;
    padding: 10px 0;
}

.category .article_info .release_data span {
    font-size: 13px;
    color: #999999;
    margin: 0 10px;
}

.category .detail {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.category .detail p {
    line-height: 1.5;
    font-size: 15px;
}

.category .detail img {
    padding: 12px 0;
    max-width: 100% !important;
}

.category .info_tag {
    padding: 20px 0;
    font-size: 14px;
}

.category .info_tag i {
    color: #1e9fff;
    padding-right: 5px;
}

.category .info_tag a {
    padding: 0 6px;
    display: inline-block;
}

.category .info_tag a:hover {
    color: #1e9fff;
}

.category .article_info .pronext {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}

.category .pronext a {
    display: block;
    font-size: 14px;
    width: 50%;
    height: 60px;
    line-height: 60px;
    background-color: #f4f4f4;
    color: #858585;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    -webkit-transition: ease-in-out 0.8s;
    transition: ease-in-out 0.8s;
}

.category .pronext span {
  display: block;
}

.category .pronext a.left {
    background-image: -webkit-linear-gradient(left, #27a3ff, #1e9fff);
    background-image: linear-gradient(to right, #27a3ff, #1e9fff);
}

.category .pronext a.right {
    background-image: -webkit-linear-gradient(right, #27a3ff, #1e9fff);
    background-image: linear-gradient(to left, #27a3ff, #1e9fff);
}

.category .pronext a.left span {
    text-align: left;
    padding-left: 40px;
    background-image: url(../images/pronext_p.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
}

.category .pronext a.right span {
    text-align: right;
    padding-right: 40px;
    background-image: url(../images/pronext_n.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right center;
}


.category .pronext a:hover {background-size: 100% 100%;-webkit-transition: ease-in-out 0.8s;transition: ease-in-out 0.8s;-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);color: #fff;}


.category .pronext a.left:hover span {
    background-image: url(../images/pronext_p_h.png);
}

.category .pronext a.right:hover span {
    background-image: url(../images/pronext_n_h.png);
}

.category .article_like {
    padding: 50px 0 10px;
}

.category .article_like .like_title {
    font-size: 20px;
    font-weight: 600;
    color: #373f50;
    padding-bottom: 18px;
}

.category .article_like ul {}

.category .article_like li {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.category .article_like .item_img {
    width: 30%;
    overflow: hidden;
}

.category .article_like .item_img img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.category .article_like .item_img:hover img {
    transform: scale(1.1);
}

.category .article_like .item_content {
    width: 68%;
    margin-left: 2%;
}

.category .article_like .item_content .name {
}

.category .article_like .item_content .name {
    line-height: 32px;
    font-size: 15px;
    color: #5a5a5a;
}

.category .article_like .item_content .time {
    line-height: 32px;
    font-size: 13px;
    color: #999999;
}

.category .article_like li:hover .name {
    color: #1e9fff
}

.category .product_side_nav {
    max-width: 250px;
    width: 24%;
}

.category .product_side_nav .list_category_p {}

.category .product_side_nav .list_category_p .title {
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 10px 0 20px;
    color: #fff;
    background: url(../images/list_category_bd.png) no-repeat center center;
    background-size: 250px;
    background-color: #1e9fff;
    position: relative;
}


.category .product_side_nav .list_category_p .title i {
    display: block;
    font-size: 30px;
    line-height: 2;
}

.category .product_side_nav .list_category_p .title .cn {
    font-size: 22px;
    line-height: 1.5;
}

.category .product_side_nav .list_category_p .title .en {
    font-size: 20px;
    line-height: 1.5;
}

.category .product_side_nav .list_category_p ul {}

.category .product_side_nav .list_category_p li {
    margin-top: 1px;
    margin-bottom: 5px;
    background: #f5f5f5;
}

.category .product_side_nav .list_category_p li .initial {
    position: relative;
}

.category .product_side_nav .list_category_p li .initial a.name{
    display: block;
    font-size: 16px;
    padding: 15px;
    color: #414141;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #27a3ff, #4bb2ff);
    background-size: 0% 100%;
    background-position: left center;
}

.category .product_side_nav .list_category_p li .initial a.piclist_down {
    position: absolute;
    font-size: 13px;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    transition: all 0.8s;
}

.category .product_side_nav .list_category_p li.active .initial a.name, .category .product_side_nav .list_category_p li .initial:hover a.name {
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
    color: #fff;
}

.category .product_side_nav .list_category_p li .initial:hover a.piclist_down {
    color: #fff;
}

.category .product_side_nav .list_category_p li.active .initial a.piclist_down {
    color: #fff;
    transform: rotateZ(-180deg);
}


.category .product_side_nav .list_category_p li .detailed {
    display: none;
    padding: 10px 25px;
    border-top: 2px solid #fff;
}

.category .product_side_nav .list_category_p li .detailed a {
    display: block;
    font-size: 14px;
    line-height: 3;
    transition: all 0.3s;
}

.category .product_side_nav .list_category_p li .detailed a:hover, .category .product_side_nav .list_category_p li .detailed a.active {
    color: #0a7fdd;
    transform: translateX(0.3em);
}

.category .c_product_list {
    max-width: 1000px;
    width: 74%;
}

.category .c_product_list ul {}

.category .c_product_list li {
    width: 31.333%;
    margin: 0 1% 3%;
}

.category .c_product_list li a {
    display: block;
    border: 1px solid #ededed;
    padding: 18px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    border-radius: 8px;
    transition: all .5s;
    background: #f7f7f7;
}

.category .c_product_list .product_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.category .c_product_list .product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.01);
}

.category .c_product_list .product_item {
}

.category .c_product_list .product_item .name {
    font-weight: 600;
    font-size: 15px;
    padding: 12px 0 5px;
    color: #666;
}

.category .c_product_list .product_item .info {
    font-size: 12px;
    line-height: 1.5;
    height: 36px;
    color: #888;
}

.category .c_product_list li a:hover .product_img img {
    transform: scale(1.08);
}

.category .c_product_list .product_item .name:hover {
    color: #1e9fff;
}

.rotate_img {
    position: relative;
}

.rotate_img:after {
    content:"";
    display:block;
    position:absolute;
    left:8px;
    top:8px;
    z-index:2;
    width:calc( 100% - 16px );
    height:calc( 100% - 16px );
    border:solid 1px #2fa7ff;
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    -webkit-transform:scale(0.8) rotate(-15deg);
    -moz-transform:scale(0.8) rotate(-15deg);
    -o-transform:scale(0.8) rotate(-15deg);
    transform:scale(0.8) rotate(-15deg);
    opacity:0;
    filter:alpha(opacity=0);
}
.rotate_img:hover:after {
    -webkit-transform:scale(1) rotate(0);
    -moz-transform:scale(1) rotate(0);
    -o-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0);
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
}

.move_text {
    transition: all 0.3s;
}

.move_text:hover {
    color: #3ba1ec;
    transform: translateX(6px);
}

.fill_bd {
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #27a3ff, #4bb2ff);
    background-size: 0% 100%;
    background-position: left center;
}

.fill_bd:hover {
    background-size: 100% 100%;
    transition-timing-function: cubic-bezier(0.52, 1.6, 0.5, 0.66);
    color: #fff;
}

.picture_img {
    overflow: hidden;
}

.picture_img img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.picture_img:hover img {
    transform: scale(1.01);
}

.enlarge_img {
    overflow: hidden;
}

.enlarge_img img {
    transition: all 0.5s;
    transform: scale(1.01);
}

.enlarge_img:hover img {
    transform: scale(1.1);
}

.category .product_info {
    max-width: 1000px;
    width: 74%;
}

.introduce {}

.introduce .p_left {
    width: 40%;
}

.introduce .p_left .product_pic {
    width: 100%;
    height: 300px;
    border: 1px solid #ececec;
    padding: 8px;
    text-align: center;
    line-height: 284px;
}

.introduce .p_left .product_pic img.jqzoom {
    max-width: 100%;
    max-height: 100%;
}

.introduce .p_left .list_attachment {
    position: relative;
    padding: 12px 26px;
    height: 106px;
}

.introduce .p_left .list_attachment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduce .p_left .list_attachment .swiper-slide{
    padding: 2px;
    border: 2px solid #ececec;
    line-height: 72px;
    height: 82px;
}

.introduce .p_left .list_attachment .swiper-slide.active {
    border: 2px solid #2fa7ff;
}

.introduce .p_left .list_attachment .swiper-button-next {
    width: 20px;
    right: 2px;
    outline: none;
}

.introduce .p_left .list_attachment .swiper-button-prev {
    width: 20px;
    left: 2px;
    outline: none;
}

.introduce .p_left .list_attachment .swiper-button-next:after,.introduce .p_left .list_attachment .swiper-button-prev:after {
    color: #666666;
    font-size: 32px;
}

.introduce .p_right {
    width: 58%;
    padding-bottom: 10px;
}

.introduce .p_right .pro_desc {}

.introduce .p_right .pro_desc .title {
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #bbbbbb;
    padding: 2px 0 10px;
}

.introduce .p_right .pro_desc .info {
    padding: 15px;
    color: #666666;
    overflow-y: auto;
    line-height: 24px;
    font-size: 13px;
    height: 262px;
}
.pro_desc .info caption { padding-bottom:5px;}
.pro_desc .info th {font-weight:700; padding:5px 15px; border:1px solid #ccc; background:#eee;}
.pro_desc .info td {padding:5px 15px; border:1px solid #ccc;width:50%}

.introduce .p_right .pro_desc .tel {
    padding: 22px 15px;
    overflow: hidden;
    zoom: 1;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.introduce .p_right .pro_desc .tel span {
    font-size: 21px;
}

.introduce .p_right .pro_desc .tel .tel_zx {
    position: absolute;
    top: 16px;
    right: 15px;
}

.introduce .p_right .pro_desc .tel .tel_zx a {
    display: block;
    width: 102px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #ffffff;
    background: #2fa7ff;
    text-align: center;
}

.product_info .detail-box {
    padding-top: 40px;
}

.product_info .detail-box h3 {
    font-size: 20px;
}

.product_info .detail-box h3 b {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    background: #2fa7ff;
    color: #fff;
}

.product_info .detail-box h3 small {
    font-size: 14px;
    color: #bcbcbc;
    text-transform: uppercase;
    padding-left: 15px;
}

.product_info .detail {
    border-top: 1px dashed #2fa7ff;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/zoommask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

}

@media screen and (max-width: 980px) {
    html {
        background: #f1f1f1;
        font-size:100px;
    }

    .m_block {
        display: block;
    }

    .m_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .m_table {
        display: table;
    }

    .m_table_cell {
        display: table-cell;
    }

    .pc_block,.pc_flex,.pc_table,.pc_table_cell {
        display: none;
    }

body {
	width: 100%;
    max-width: 7.8rem;
    margin: 0 auto;
    position: relative;
}


body .body_content {
	width: 100%;
    max-width: 7.8rem;
    overflow-x: hidden;
    transition: all 0.5s;
    min-height: 100vh;
    position: relative;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

body.sideways .body_content {
    right: 260px;
}

body.sideways .header .m_head,body.sideways .footer .m_footer {
    left: calc( 50% - 260px );
}

.header {
    height: 50px;
}

.header .m_head {background: #1e9fff;width: 7.8rem;position:fixed;top: 0;left: 50%;margin-left: -3.9rem;z-index: 100;transition: all 0.5s;}

.header .m_head .m_logo {
    padding: 3px 0;
}

.header .m_head .m_logo img {
    height: 44px;
}

.header .m_head .mobnav-nav-btn {vertical-align: middle;width: 30px;height: 50px;position: relative;}

.header .m_head .mobnav-nav-btn span {position: absolute;width: 30px;height: 2px;background-color: #fff;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s;top: 16px;left: 0;}

.header .m_head .mobnav-nav-btn span:last-child {
    bottom: 16px;
    top: auto;
}

body.sideways .header .m_head .mobnav-nav-btn span {
    bottom: auto;
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.sideways .header .m_head .mobnav-nav-btn span:last-child {
    top: auto;
    bottom: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m_nav_curtain {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 187;
    display: none;
}

body.sideways .m_nav_curtain {
    display: block;
}

.m_nav {
    width: 260px;
    z-index: 188;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .5s;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: fixed;
    right: -260px;
    top: 0;
    background-color: #2196f3;
}

body.sideways .m_nav {
    opacity: 1;
    visibility: visible;
    right: calc( 50% - 3.9rem );
}

.m_nav .total_nav {}

.m_nav .total_nav>li {
    display: block;
    line-height: 46px;
    border-bottom: .8px solid #0f7cd3;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.m_nav .total_nav>li a.nav_url {
    display: block;
    color: #ffffff;
}

.m_nav .total_nav>li a.lower_level {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    transition: all 0.6s;
    transform: rotateZ(90deg);
}

.m_nav .total_nav>li a.lower_level.open {
    transform: rotateZ(-90deg);
}

.m_nav .total_nav>li a.lower_level i {
    font-size: 13px;
    font-weight: 300;
}

.m_nav .total_nav .nav_list {
    display: none;
}

.m_nav .total_nav .nav_list li {
    padding-left: 15px;
}

.m_nav .total_nav .nav_list a {
    display: block;
    line-height: 46px;
    color: #f3f3f3;
    font-size: 15px;
    cursor: pointer;
    background-color: #2196f3;
}


.index_product {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
}

.index_product .index_product_tit {}

.index_product_tit .product_tit {
    background: #FFF;
    box-shadow: 2px 2px 20px #ebebed;
    border-radius: 0.2rem;
    padding: 0.2rem 0.1rem;
    width: 96%;
    margin: 0 auto 0.3rem;
}

.index_product_tit .product_tit li {
    width: 25%;
    text-align: center;
}

.index_product_tit .product_tit a {}

.index_product_tit .product_tit a .name {
    font-size: 0.3rem;
}

.index_product .product_list {
    width: 96%;
    margin: auto;
}

.product_list li {
    width: 48%;
    margin: 0 4% 0.3rem 0;
}

.product_list li:nth-child(2n){
    margin-right: 0;
}

.product_list li a {}

.product_list li a .img {}

.product_list li a .img img {
    width: 100%;
    border-radius: 10px;
}

.product_list li a .name {}

.product_list li a p {
    font-size: 0.3rem;
    text-align: center;
    line-height: 2;
}


.advantages {
    position: relative;
    background: url(../images/m_advantages_bd.png) center 0 no-repeat;
    background-size: 100%;
    padding-bottom: 1rem;
}

.advantages .title {
    color: #ffffff;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 1.2rem;
}

.advantages .title .en {
    font-size: 0.5rem;
    font-weight: bold;
}

.advantages .title .en i {
    color: #FF9800;
    font-size: 0.65rem;
    padding-right: 0.1em;
}

.advantages .title .cn {
    font-size: 0.36rem;
    line-height: 1.8;
}


.advantages .m_a_contact {
    width: 6.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    background: #FFF;
    box-shadow: 2px 2px 10px #ebebed;
    font-size: 0.32rem;
    position: absolute;
    top: 1.6rem;
    left: 0.8rem;
    text-align: center;
}

.advantages .m_a_contact span {
    font-size: 0.3rem;
}

.advantages .m_a_contact span a {}

.advantages .m_a_contact .tel {
    font-size: 0.3rem;
    color: #1e9fff;
    padding-left: 0.3rem;
    border-left: 1px solid #1e9fff;
    margin-left: 0.2rem;
}

.advantages .a_info {
    width: 100%;
    padding: 5%;
    background: #FFF;
    box-shadow: 2px 2px 20px #edebeb;
    border-radius: 0.3rem;
}

.advantages .a_info .slide-list-item {
    flex-direction: column-reverse;
}

.advantages .a_info .slide-list-item .item_img {
    box-shadow: 0px 0px 15px #1e9fff;
    border-radius: 10px;
    overflow: hidden;
}

.advantages .a_info .slide-list-item .item_img img {}

.advantages .a_info .slide-list-item .item_info {
    height: 2.8rem;
}

.advantages .a_info .slide-list-item .item_info h4 {position: relative;font-size: 0.36rem;font-weight: bold;color: #616161;padding-left: 1.1rem;line-height: 1.5;}

.advantages .a_info .slide-list-item .item_info h4 span {
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    font-size: 0.56rem;
    color: #1e9fff;
    line-height: 1;
}

.advantages .a_info .slide-list-item .item_info .text {
    font-size: 0.28rem;
    line-height: 1.8;
    padding-top: 0.1rem;
}

.advantages .a_info .slide-prev,.advantages .a_info .slide-next {
    top: 0;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    text-align: center;
    margin-top: 0;
}

.advantages .a_info .slide-prev {
    left: -0.2rem;
}

.advantages .a_info .slide-next {
    right: -0.2rem;
}

.advantages .a_info .slide-prev::before, .advantages .a_info .slide-next::before {
    font-size: 0.28rem;
}

.index_case {
    padding: 0 0 1rem;
}

.index_case .title {
    text-align: center;
    padding-bottom: 0.3rem;
}

.index_case .title .en {
    color: #666;
    font-weight: bold;
    font-size: 0.46rem;
    line-height: 1.4;
}

.index_case .title .cn {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.8;
}

.index_case .case_list {}

.index_case .case_list ul {
    margin: auto;
    padding-bottom: 0.1rem;
}

.index_case .case_list li {
    width: 48%;
    margin: 0 4% 0.3rem 0;
    border-radius: 0.18rem;
    overflow: hidden;
}

.index_case .case_list li:nth-child(2n) {
    margin-right: 0;
}

.index_case .case_list li a {}

.index_case .case_list li .img {
}

.index_case .case_list li .img img {
    width: 100%;
}

.index_case .case_list li .info {}

.index_case .case_list li .info h3 {
    text-align: center;
    font-size: 0.3rem;
    line-height: 2;
    background: #1e9fff;
    color: #fff;
    padding: 0 0.3rem;
}

.index_case .case_list li .info p {}

.index_case .m_shadow {
    width: 100%;
    padding: 3%;
    background: #FFF;
    box-shadow: 2px 2px 20px #edebeb;
    border-radius: 0.16rem;
}

.index_about {
    position: relative;
    padding: 1.4rem 0;
}

.index_about .m_about {
    width: 5rem;
    height: 3rem;
    background: url(../images/m_about_bd.jpg) center no-repeat;
    background-size: 5rem 3rem;
    box-shadow: 0 0 0.3rem #1e9fff;
    border-radius: 0.3rem;
    position: absolute;
    top: 0rem;
    left: 1.4rem;
}

.index_about .index_about_content {
    padding-top: 2rem;
    padding-bottom: 0.8rem;
    background: #FFF;
    box-shadow: 2px 2px 20px #edebeb;
    border-radius: 0.3rem;
}

.index_about_content .title {
    text-align: center;
}

.index_about_content .title .en {
    font-weight: bold;
    font-size: 0.46rem;
    line-height: 1.4;
    color: #616161;
}

.index_about_content .title .cn {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.8;
    color: #616161;
}

.index_about_content .title i {}

.index_about_content .info {}

.index_about_content .info p {
    line-height: 1.8;
    font-size: 0.28rem;
    color: #a4a4a4;
    display: block;
    overflow: hidden;
    margin: 0.16rem 0.3rem;
}


.index_about .m_a_contact {
    width: 6.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    background: rgb(30 159 255);
    box-shadow: 2px 2px 10px #ebebed;
    font-size: 0.32rem;
    position: absolute;
    bottom: 1rem;
    left: 0.8rem;
    text-align: center;
}

.index_about .m_a_contact span {
    font-size: 0.3rem;
    color: #fff;
}

.index_about .m_a_contact span a {
    color: #fff;
}

.index_about .m_a_contact .tel {
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.3rem;
    border-left: 1px solid #fff;
    margin-left: 0.2rem;
}

.index_news {}

.index_news .title {
    text-align: center;
    padding-bottom: 0.3rem;
}

.index_news .title .en {
    color: #666;
    font-weight: bold;
    font-size: 0.46rem;
    line-height: 1.4;
}

.index_news .title .cn {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.8;
}

.index_news .m_shadow {
    width: 100%;
    padding: 3%;
    background: #FFF;
    box-shadow: 2px 2px 20px #edebeb;
    border-radius: 0.16rem;
    margin-bottom: 1rem;
    position: relative;
}

.index_news .news_tit {}

.index_news .news_tit ul {
    text-align: center;
    padding-bottom: 0.3rem;
}

.index_news .news_tit li {
    display: inline-block;
    margin: 0 0.2rem;
    padding: 0.12rem 0;
}

.index_news .news_tit li.current {
    font-weight: bold;
    border-bottom: 1px solid #888;
}

.index_news .news_tit li b {
    font-size: 0.3rem;
    color: #515151;
}

.index_news .news_tit li.current b {
    color: #1e9fff;
}

.index_news .news_tit li a {
    display: none;
    width: 2.6rem;
    height: 0.54rem;
    line-height: 0.54rem;
    border-radius: 0.3rem;
    background: rgb(30 159 255);
    box-shadow: 2px 2px 10px #ebebed;
    font-size: 0.32rem;
    position: absolute;
    bottom: -0.27rem;
    left: 50%;
    margin-left: -1.3rem;
    color: #fff;
}

.index_news .news_tit li.current a {
    display: block;
}



.index_news .news_list .recommend {
    width: 100%;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.3rem;
}

.index_news .recommend a {
}

.index_news .news_list .recommend .item_img {
    width: 35%;
    border: 1px solid #ccc;
}

.index_news .news_list .recommend .item_img img {
    width: 100%;
}

.index_news .news_list .recommend .info {
    /* display: inline-block; */
    width: 61%;
}

.index_news .news_list .recommend .info h3 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 1.5;
}

.index_news .news_list .recommend .info p {
    font-size: 0.26rem;
    line-height: 1.7;
}

.index_news .news_list .recommend .info b {
    display: none;
}


.index_news .news_list ul {
  width: 100%;
}

.index_news .news_list li {
    margin-bottom: 0.3rem;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.index_news .news_list li a {}

.index_news .news_list li .date {
    border-right: 1px solid #e0e0e0;
    font-size: 0.6rem;
    text-align: center;
    width: 23%;
    height: 1.6rem;
    padding: 0.16rem 0;
}

.index_news .news_list li .date span {
    display: block;
    font-size: 0.3rem;
}

.index_news .news_list li .info {
    width: 77%;
    padding: 0 0.3rem;
}

.index_news .news_list li .info h3 {
    font-size: 0.3rem;
    color: #333;
    line-height: 1;
    margin: 0.2rem 0;
}

.index_news .news_list li .info p {
    font-size: 0.26rem;
    line-height: 1.6;
}

.index_news .news_tit2 {
    padding-bottom: 0.16rem;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 0.16rem;
    line-height: 1.6;
    font-size: 0.3rem;
}

.index_news .news_tit2 b {
    font-weight: bold;
    font-size: 0.3rem;
    border-left: 3px solid #1e9fff;
    padding-left: 0.16rem;
    line-height: 1;
    margin-left: 0.16rem;
}

.index_news .news_tit2 a {
    float: right;
    font-size: 0.26rem;
    line-height: 1.6;
}

.index_news .news_list2 {
    padding: 0.16rem;
}

.index_news .news_list2 ul {
    height: auto !important;
}

.index_news .news_list2 li {
    height: 2.2rem;
	    width: 6.6rem;
}

.index_news .news_list2 li a {
    display: block;
    position: relative;
    background-color: #f8f8f8;
    padding: 0.2rem;
    border-radius: 0.2rem;
    height: 2.2rem;
    width: 6.6rem;
}

.index_news .news_list2 li a .ask {
    font-size: 0.3rem;
    color: #646464;
    line-height: 2;
    padding-left: 0.5rem;
    background: url(../images/ask.png) no-repeat;
    background-position: left 0.16rem;
    background-size: 0.35rem;
    z-index: 2;
    width: 6.2rem;
}

.index_news .news_list2 li a .answer {
    line-height: 0.6rem;
    font-size: 0.28rem;
    padding-left: 0.5rem;
    color: #666666;
    background: url(../images/answer.png) no-repeat;
    background-position: left 0.16rem;
    background-size: 0.35rem;
    z-index: 1;
    width: 6.2rem;
    height: 1.2rem;
}

.footer {}

.footer .f_content {
    border-top: 5px solid #f5f5f5;
    padding: 15px 0;
    background: #222;
    color: #f9f9f9;
    text-align: center;
    font-size: 12px;
    padding-bottom: 80px;
}

.footer .f_content .f_copyright {
    padding: 15px;
}

.footer .f_content .f_copyright p {
}

.footer .f_content .f_copyright a {
    color: #f9f9f9;
}

.footer .m_footer {
    position: fixed;
    bottom: 0;
    width: 7.8rem;
    left: 50%;
    margin-left: -3.9rem;
    z-index: 180;
    transition: all 0.5s;
}

.footer .m_footer .tabbar {
    width: 100%;
    height: 80px;
    border-radius: 60% 60% 0 0;
    background: #1e9fff;
    box-shadow: 0px 0px 10px rgb(30 159 255 / 60%);
    position: relative;
}

.footer .m_footer .tabbar ul {}

.footer .m_footer .tabbar li {
    width: 25%;
    text-align: center;
}

.footer .m_footer .tabbar li a {}

.footer .m_footer .tabbar li i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    color: #1e9fff;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0px 0px 5px rgb(30 159 255 / 50%);
}

.footer .m_footer .tabbar li .text {
    line-height: 2.2;
    color: #ececec;
    font-size: 16px;
}

.page {}

.page .page_side_nav {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
}

.page .page_side_nav ul {
    background: #FFF;
    box-shadow: 2px 2px 20px #ebebed;
    border-radius: 0.2rem;
    padding: 0.2rem 0.1rem;
    width: 96%;
    margin: 0 auto 0.3rem;
    justify-content: space-around;
}

.page .page_side_nav li {}

.page .page_side_nav li a {
    font-size: 0.3rem;
}

.page .page_side_nav li.active a {
    color: #1e9fff;
}


.page .page_side_nav li i {
    font-size: 0.26rem;
    padding-right: 0.1rem;
}


.index_product_tit .product_tit {
    background: #FFF;
    box-shadow: 2px 2px 20px #ebebed;
    border-radius: 0.2rem;
    padding: 0.2rem 0.1rem;
    width: 96%;
    margin: 0 auto 0.3rem;
}

.index_product_tit .product_tit li {
    width: 25%;
    text-align: center;
}

.index_product_tit .product_tit a {}

.index_product_tit .product_tit a .name {
    font-size: 0.3rem;
}

.page .page_content {}

.page .page_content .title {
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    padding-bottom: 15px;
}

.page .page_content p {
    font-size: 13px;
    line-height: 1.9;
}

.page_message {
}


.page_message .message_content {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 10px 10px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    width: 100%;
}

.page_message .message_content .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
}

.page_message .message_content .item {}

.page_message .message_content .item input {
    width: 100%;
    line-height: 24px;
    padding: 0px 8px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 10px;
}

.page_message .message_content  textarea {
    width: 100%;
    height: 144px;
    padding: 8px;
    line-height: 24px;
    resize: none;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}


.page_message .message_content .item input:focus,.page_message .message_content textarea:focus {
    outline: none;
}


.page_message .message_content .item input.code {
    width: 50%;
}

.page_message .message_content .item input img {
    width: 50%;
}

.page_message .message_content button {
    width: auto;
    margin: 18px 2%;
    padding: 0 20px;
    background: #9E9E9E;
    color: #ffffff;
    height: 28px;
    font-size: 13px;
    border-radius: 3px;
    border: none;
}

.page_message .message_content .submitform {
    background: #1e9fff;
}


.page_message .message_content button i {
    font-style: unset;
}

.baidu_api {
    padding: 30px 0;
}

.baidu_api .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
}

div#dituContent {
    width: 100%;
    height: 400px;
}

div#dituContent * {
    box-sizing: content-box;
}

div#dituContent label {
    max-width: none;
}

.page_message .contact_us {
    width: 100%;
    padding-bottom: 30px;
}

.page_message .contact_us .title {
    font-size: 15px;
}

.page_message .contact_us .url {
    padding-bottom: 10px;
    font-size: 13px;
}

.page_message .contact_us p {
    font-size: 13px;
    padding-bottom: 10px;
}

.page_message .contact_us p span {
    padding-left: 0;
    width: 70px;
    font-size: 13px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block;
}

.page_message .contact_us  img {
    width: 44%;
    margin: 0 2%;
}


.nav_category_list {
    position: relative;
    top: -0.5rem;
    z-index: 50;
}

.nav_category_list .title {
    font-size: 0.34rem;
    color: #ffffff;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-right: 0.8rem;
    background-color: #1e9fff;
}

.nav_category_list a.category1_list_open {
    position: absolute;
    right: 2%;
    top: 0;
    height: 0.8rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    color: #ffffff;
    transition: all 0.6s;
    transform: rotateZ(90deg);
    font-size: 0.3rem;
}

.nav_category_list .category1_list {
    display: none;
    border-left: 1px solid #1e9fff;
    border-right: 1px solid #1e9fff;
    border-bottom: 1px solid #1e9fff;
}

.nav_category_list .category1_list.open {
    display: block;
}

.nav_category_list .category1_list>li {
    font-size: 0.32rem;
    color: #1e9fff;
    line-height: 0.8rem;
    padding: 0 0.2rem;
    border-bottom: 1px dotted #1e9fff;
    position: relative;
}

.nav_category_list .category1_list .category1 {
    display: block;
    font-size: 0.3rem;
}

.nav_category_list .category1_list .category2_list_open {
    position: absolute;
    top: 0;
    right: 0;
    height: 0.8rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    transition: all 0.6s;
    transform: rotateZ(90deg);
    font-size: 0.26rem;
    color: #1e9fff;
}

.nav_category_list .category1_list .category2_list {
    display: none;
    padding: 0 0.3rem 0.3rem;
}

.nav_category_list .category1_list .category2_list.open {
    display: block;
}

.nav_category_list .category1_list .category2_list>li {
    line-height: 0.8rem;
    border-bottom: 1px solid #bdbdbd;
}

.nav_category_list .category1_list .category2_list a {
    font-size: 0.28rem;
    display: block;
}

.nav_category_list .category1_list .active {
    color: #1e9fff;
}

.nav_category_list .category1_list .category2_list_open.open {
    transform: rotateZ(-90deg);
}

.nav_category_list a.category1_list_open.open {
    transform: rotateZ(-90deg);
}

.nav_page_list {
    position: relative;
    top: -0.5rem;
    z-index: 50;
}

.nav_page_list .title {font-size: 0.34rem;color: #ffffff;text-align: center;height: 0.8rem;line-height: 0.8rem;padding-right: 0.8rem;background-color: #f4b908;}

.nav_page_list .page1_list_open {
    position: absolute;
    right: 2%;
    top: 0;
    height: 0.8rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    color: #ffffff;
    transition: all 0.6s;
    transform: rotateZ(
90deg
);
    font-size: 0.3rem;
}

.nav_page_list .page1_list {
    display: none;
    border-left: 1px solid #1e9fff;
    border-right: 1px solid #1e9fff;
    border-bottom: 1px solid #1e9fff;
    font-size: 0;
}

.nav_page_list .page1_list li {
    display: inline-block;
}

.nav_page_list .page1_list li a {
    display: block;
    font-size: 0.28rem;
    padding: 0.1rem 0.2rem;
    margin: 0.2rem 0.1rem;
    border-radius: 4px;
    border: 1px solid #1e9fff;
    background: #ffffff;
}

.nav_page_list .page1_list li a.active {
    background: #1e9fff;
    color: #ffffff;
}

.nav_page_list a.page_list_open.open {
    transform: rotateZ(-90deg);
}

.category {}

.category .c_product_list {
    width: 100%;
    padding: 15px 0;
}

.category .c_product_list ul {}

.category .c_product_list li {
    width: 48.5%;
    margin: 0px 3% 15px 0;
    padding: 2%;
    border: 1px solid #ddd;
}

.category .c_product_list li:nth-child(2n) {
    margin: 0px 0 15px 0;
}

.category .c_product_list li:nth-child(3n) {
    margin: 0px 0 15px 0;
}

.category .c_product_list li a {

}

.category .c_product_list li .product_img {}

.category .c_product_list li .product_img img {
    width:100%
}

.category .c_product_list li .product_item {}

.category .c_product_list li .product_item .name {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
    padding-top: 10px;
}

.category .c_product_list li .product_item .info {
    display: none;
}

.pages {
    text-align: center;
}

.pages a {
    display: inline-block;
    border: 1px solid #ededed;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 8px;
    margin: 0 3px;
}

.product_info {
    width: 100%;
    padding: 0.3rem 0;
    border: none;
}

.introduce {
    flex-wrap: wrap;
}

.introduce .p_left {
    width: 100%;
    margin-bottom: 0.5rem;
}

.introduce .p_left .product_pic {
    height: 6rem;
    line-height: calc( 6rem - 16px );
    border: 1px solid #ececec;
    padding: 8px;
    text-align: center;
}

.introduce .p_left .product_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.introduce .p_left .list_attachment {
    height: 2rem;
    padding: 0.12rem 26px;
    position: relative;
}

.introduce .p_left .list_attachment .swiper-slide {
    line-height: calc( 1.76rem - 11px );
    height: 1.76rem;
    border: 2px solid rgb(30 159 255 / 0%);
    padding: 2px;
}

.introduce .p_left .list_attachment .swiper-slide.active {
    border: 2px solid rgb(30 159 255 / 100%);
}

.introduce .p_left .list_attachment .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduce .p_right {
    width: 100%;
    padding-bottom: 0.1rem;
}

.introduce .p_right .pro_desc .title {
    line-height: 2;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    border-bottom: 1px dashed #bbbbbb;
}

.introduce .p_right .pro_desc .info {
    padding: 0.1rem;
    height: auto;
}
.pro_desc .info caption { padding-bottom:5px;}
.pro_desc .info th {font-weight:700; padding:5px 15px; border:1px solid #ccc; background:#eee;}
.pro_desc .info td {padding:5px 15px; border:1px solid #ccc;width:50%}

.introduce .p_right .pro_desc .tel {
    display: none;
}

.category .detail-box {
    padding-top: 10px;
}

.category .detail-box h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.category .detail-box h3 small {
    font-size: 12px;
}

.introduce .p_left .list_attachment .swiper-button-next {
    width: 20px;
    right: 2px;
    outline: none;
}

.introduce .p_left .list_attachment .swiper-button-prev {
    width: 20px;
    left: 2px;
    outline: none;
}

.introduce .p_left .list_attachment .swiper-button-next:after,.introduce .p_left .list_attachment .swiper-button-prev:after {
    color: #666666;
    font-size: 32px;
}

.category .detail {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.category .detail p {
    line-height: 1.5;
    font-size: 15px;
}

.category .detail img {
    padding: 12px 0;
    max-width: 100% !important;
    height: auto !important;
}

.category .info_tag {
    padding: 20px 0;
    font-size: 14px;
}

.category .info_tag i {
    color: #1e9fff;
    padding-right: 5px;
}

.category .info_tag a {
    padding: 0 6px;
    display: inline-block;
}

.category .info_tag a:hover {
    color: #ffc107;
}

.category .article_info .pronext {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}

.category .pronext span {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    text-align: left;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
}

.category .pronext {
    flex-wrap: wrap;
}

.category .pronext a {
    display: block;
    width: 100%;
}

.category .article_like {
    padding: 50px 0 10px;
}

.category .article_like .like_title {
    font-size: 20px;
    font-weight: 600;
    color: #373f50;
    padding-bottom: 18px;
}

.category .article_like ul {}

.category .article_like li {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.category .article_like .item_img {
    width: 30%;
}

.category .article_like .item_img img {
    width: 100%;
}

.category .article_like .item_content {
    width: 68%;
    margin-left: 2%;
}

.category .article_like .item_content .name {
}

.category .article_like .item_content .name {
    line-height: 32px;
    font-size: 15px;
    color: #5a5a5a;
}

.category .article_like .item_content .time {
    line-height: 32px;
    font-size: 13px;
    color: #999999;
}

.category .article_like li:hover .name {
    color: #1e9fff
}

.category .detail {
    padding-top: 0.2rem;
    margin-top: 0;
    margin-bottom: 0.1rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ededed;
    border-top: 1px dashed #1e9fff;
}

.category .detail p {
    font-size: 13px;
    line-height: 1.9;
}

.category .info_tag {
    padding: 0.2rem 0;
    font-size: 13px;
}

.category .info_tag a {
    padding: 0 4px;
}

.category .article_info .pronext {
    font-size: 13px;
}

.category .pronext .left span {background-image: url(../images/pronext_p.png);}

.category .pronext .right span {background-image: url(../images/pronext_n.png);}

.category .article_like {
    padding: 0.4rem 0 0.1rem;
}

.category .article_like .like_title {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
    border-left: 3px solid #1e9fff;
    padding-bottom: 0;
    padding-left: 5px;
}

.category .article_like li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0 0 0.3rem;
    border-bottom: 1px dotted #dddddd;
}

.category .article_like .item_img {
    width: 32%;
}

.category .article_like .item_content {
    width: 66%;
    margin-left: 2%;
}

.category .article_like .item_content .name {font-size: 0.3rem;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;line-height: 2;}

.category .article_like .item_content .time {
    font-size: 0.24rem;
    line-height: 2;
}

.category .article_list {
    width: 100%;
    padding: 0.3rem 0;
}

.category .article_list li {
    padding: 0 0 0.3rem;
    border: none;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 0.3rem;
}

.category .article_list li .article_img {
    width: 32%;
}

.category .article_list li .article_img img {
    width: 100%
    ;
}

.category .article_list li .article_item {
    width: 65%;
}

.category .article_list li .article_item .name {
    font-size: 0.28rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 2;
    font-weight: bold;
    color: #555;
}

.category .article_list li .article_item .info {
    font-size: 0.28rem;
    display: none;
}

.category .article_list li .article_item .time {
    font-size: 0.24rem;
}

.category .article_list li .article_item .time,.category .article_list li .article_item .view {
    font-size: 12px;
    line-height: 2;
    color: #9c9c9c;
    display: inline-block;
    width: 48%;
    padding-top: 5px;
}

.category .article_list li .article_item .time i,.category .article_list li .article_item .view i {padding-right: 6px;}

.category .article_list li .article_item .view {
    text-align: right;
}

.category .article_info {
    width: 100%;
    padding: 0.3rem 0;
    border: none;
}

.category .article_info .title {
    font-size: 0.34rem;
    line-height: 1.6;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
}

.category .article_info .release_data {
    line-height: 18px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.category .article_info .release_data span {
    font-size: 0.24rem;
    margin: 0 8px;
    color: #999999;
}

}

@media screen and (max-width: 780px) {
    html {
        font-size:12.8205vw;
    }
}